ComponentOne Xamarin Edition
LoadMoreItemsAsync Method (C1WrapCollectionView<S,T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : LoadMoreItemsAsync Method
The desired count of items to be loaded.
The cancellation token.
Loads more items asynchronously.
Syntax
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2+d__70[S,T])] 
public Task LoadMoreItemsAsync( 
   Nullable<int> count, 
   CancellationToken cancellationToken 
)

Parameters

count
The desired count of items to be loaded.
cancellationToken
The cancellation token.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members